Formatted

class Formatted(formattedSections: FormattedSection)

Represents a string broken into sections annotated with separate formatting options.

See also

Constructors

Link copied to clipboard
fun Formatted(vararg formattedSections: FormattedSection)

Functions

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun toArray(): Array<Any?>
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

Returns sections with separate formatting options that are a part of this formatted text.